-
1 multiple interrupts
прерывания, поступающие во время обработки другого прерывания. Последовательность действий процессора в этом случае зависит от его архитектуры. Некоторые типы ЦП сначала выбирают и исполняют очередную команду, чтобы обеспечить возможность продвижения основной программы в потоке прерываний, однако большинство ЦП проверяет наличие прерывания до выборки очередной командысм. тж. pending interruptАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > multiple interrupts
-
2 multiple-level interrupts
Вычислительная техника: многоуровневая система прерыванийУниверсальный англо-русский словарь > multiple-level interrupts
-
3 multiple-level interrupts
English-Russian dictionary of computer science and programming > multiple-level interrupts
-
4 multiple-level interrupts
English-Russian information technology > multiple-level interrupts
-
5 interrupt
= INT1) прерываниемеханизм, реализуемый в виде посылаемых центральному процессору специальных сигналов и микропрограмм, позволяющий ему реагировать на события внешнего мира (изменение состояния системы или самого ЦП) или особые состояния исполняемой в данный момент программы. Можно сказать, что прерывание - асинхронное внешнее или внутреннее событие, требующее от ЦП обслуживания, - оно может произойти во время исполнения машинной команды, до его начала или после завершения исполнения (см. instruction cycle). Прерывание, если оно принято процессором, вызывает прекращение обработки текущей программы, сохранение в стеке состояния процессора и регистров и передачу управления специальной программе обработки конкретного вида прерывания (ISR). По завершении обработки происходит восстановление состояния регистров и процессора и управление обычно возвращается прерванной программе. Существуют различные классы прерываний: аппаратные (hardware interrupt), программные (software interrupt), ввода-вывода (от дисководов, клавиатуры, последовательного порта, мыши и т. д.) и от таймера (timer interrupt). Различают прерывания маскируемые (maskable interrupt) и немаскируемые (nonmaskable interrupt), в зависимости от того, может ли быть отложено обслуживание конкретного вида прерываний. Например, нельзя маскировать прерывания по исчезновению питания и сбросу системы. Для ввода сигнала прерывания в процессор у него имеется один или несколько специализированных выводов (ножек), кроме того, схемы, формирующие сигнал прерывания могут выставлять на шине данных номер прерывания. Конкретная реализация системы прерываний - составная часть архитектуры процессора.Interrupts allow the microcontroller to interact with its environment. — Прерывания позволяют микроконтроллеру взаимодействовать со окружающим его оборудованием см. тж. clock interrupt, context switching, error interrupt, external interrupt, idle interrupt, internal interrupt, interprocessor interrupt, interrupt acknowledge, interrupt condition, interrupt controller, interrupt disable, interrupt dispatcher, interrupt-driven, interrupt enable, interrupt event, interrupt flag, interrupt handler, interrupt input, interrupt latency, interrupt level, interrupt line, interrupt list, interrupt mask, interrupt number, interrupt priority, interrupt response, interrupt source, interrupt trap, interrupt vector, INTR, I/O interrupt, IRET, IRQ, missed interrupt, multiple interrupts, nested interrupt, pending interrupt, vectored interrupt
2) прерыватьАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > interrupt
-
6 pending interrupt
маскируемое прерывание, прохождение которого по тем или иным причинам задержано, например из-за обработки прерывания с более высоким приоритетом, т. е. запрос на него поступил (прошёл), но ожидается подтверждение его получения от процессораАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > pending interrupt
-
7 interrupt
1) прерывание || прерывать(ся)•- attention interrupt
- autovectored interrupt
- channel interrupt
- clock interrupt
- command interrupt
- contingency interrupt
- count zero interrupt
- data interrupt
- deferred interrupt
- dependent interrupt
- disabled interrupt
- disarmed interrupt
- edge-triggered interrupt
- enabled interrupt
- error interrupt
- external interrupt
- external-signal interrupt
- hardware interrupt
- honored interrupt
- I/O interrupt
- I/O parity interrupt
- immediate interrupt
- input/output interrupt
- internal interrupt
- interprocessor interrupt
- involuntary interrupt
- machine interrupt
- machine-check interrupt
- magnetic-tape interrupt
- maskable interrupt
- masked interrupt
- master-control interrupt
- memory parity interrupt
- missing page interrupt
- multilevel priority interrupt
- multiple-level interrupts
- multiprogramming interrupt
- N-level interrupts
- nonequivalence interrupt
- nonexistent memory interrupt
- nonmaskable interrupt
- nonpriority interrupt
- not-busy interrupt
- NXM interrupt
- operator interrupt
- optional interrupt
- overlay interrupt
- override interrupt
- parity interrupt
- pending interrupt
- peripheral interrupt
- polling interrupt
- power warning interrupt
- power-fail interrupt
- prioritized interrupt
- priority interrupt
- priority-shifted interrupt
- processor interrupt
- processor-dependent interrupt
- processor-error interrupt
- processor-independent interrupt
- program interrupt
- program-check interrupt
- program-controlled interrupt
- program-error interrupt
- query interrupt
- reverse interrupt
- supervisor-call interrupt
- supervisor interrupt
- system-call interrupt
- time interrupt
- timer interrupt
- unmasked interrupt
- vectored interruptEnglish-Russian dictionary of computer science and programming > interrupt
См. также в других словарях:
Interrupt — This article is about computer interrupts. For the study of the effect of disruptions on job performance, see Interruption science. In computing, an interrupt is an asynchronous signal indicating the need for attention or a synchronous event in… … Wikipedia
Operating system — Operating systems … Wikipedia
Conventional PCI — PCI Local Bus Three 5 volt 32 bit PCI expansion slots on a motherboard (PC bracket on left side) … Wikipedia
Immunity Aware Programming — When writing firmware for an embedded system, immunity aware programming is a set of programming techniques used in an attempt to tolerate transient errors in the program counter or other that would otherwise lead to failure.Immunity aware… … Wikipedia
Real-time operating system — A real time operating system (RTOS; generally pronounced as are toss ) is a multitasking operating system intended for real time applications. Such applications include embedded systems (programmable thermostats, household appliance controllers,… … Wikipedia
Asynchronous I/O — Asynchronous I/O, or non blocking I/O, is a form of input/output processing that permits other processing to continue before the transmission has finished. Input and output (I/O) operations on a computer can be extremely slow compared to the… … Wikipedia
PCI Express — Not to be confused with PCI X. PCI Express Year created 2004 Created by Intel · Dell · IBM · … Wikipedia
PDP-8 — A PDP 8 on display at the Smithsonian s National Museum of American History in Washington, D.C.. This example is from the first generation of PDP 8s, built with discrete transistors and later known as the Straight 8. The 12 bit PDP 8 was the… … Wikipedia
Critical section — In concurrent programming a critical section is a piece of code that accesses a shared resource (data structure or device) that must not be concurrently accessed by more than one thread of execution. A critical section will usually terminate in… … Wikipedia
Priority inversion — In scheduling, priority inversion is the scenario where a low priority task holds a shared resource that is required by a high priority task. This causes the execution of the high priority task to be blocked until the low priority task has… … Wikipedia
Compare-and-swap — In computer science, the compare and swap (CAS) CPU instruction is a special instruction that atomically compares the contents of a memory location to a given value and, only if they are the same, modifies the contents of that memory location to… … Wikipedia